home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 49818 / 49818.xpi / content / overlay.xul < prev   
Extensible Markup Language  |  2010-02-09  |  5KB  |  70 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE overlay SYSTEM "chrome://webhi/locale/overlay.dtd">
  3. <overlay id="webhi-overlay"
  4.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.     <window id="main-window">
  7.         <stringbundleset id="strbundles">
  8.             <stringbundle id="strings" src="chrome://webhi/locale/overlay.properties"/>
  9.         </stringbundleset>
  10.     </window>
  11.  
  12.     <statusbar id="status-bar">
  13.         <statusbarpanel tooltiptext="Yooper" class="statusbarpanel-menu-iconic" id="be.yooper.status" src="chrome://webhi/content/images/greenLight.png">
  14.               <menupopup onpopupshowing="be.yooper.currentUser.onStatusMenuShowing()">
  15.                 <menuitem id="menu_login" label="&menu.login;" oncommand="be.yooper.myAjax.logIn()"/>
  16.                 <menuitem id="menu_auto" label="&menu.auto;" oncommand="be.yooper.currentUser.auto()"/>
  17.                 <menuitem label="&menu.help;" oncommand="gBrowser.selectedTab = gBrowser.addTab('http://www.yooper.be/help');"/>
  18.                 <menuitem label="&menu.feedback;" oncommand="gBrowser.selectedTab = gBrowser.addTab('http://login.yooper.be/feedback');"/>
  19.               </menupopup>
  20.         </statusbarpanel>
  21.         <statusbarpanel tooltiptext="Color picker" class="statusbarpanel-menu-iconic" id="be.yooper.color" src="chrome://webhi/content/images/yellow.png">
  22.             <panel id="be.yooper.colorpicker"  onpopupshowing="be.yooper.currentUser.onColorMenuShowing()">
  23.                     <image src="chrome://webhi/content/images/aqua.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('aqua')"/>
  24.                     <image src="chrome://webhi/content/images/blue.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('blue')"/>
  25.                     <image src="chrome://webhi/content/images/fuchsia.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('fuchsia')"/>
  26.                     <image src="chrome://webhi/content/images/gray.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('gray')"/>
  27.                     <image src="chrome://webhi/content/images/green.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('green')"/>
  28.                     <image src="chrome://webhi/content/images/lime.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('lime')"/>
  29.                     <image src="chrome://webhi/content/images/maroon.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('maroon')"/>
  30.                     <image src="chrome://webhi/content/images/navy.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('navy')"/>
  31.                     <image src="chrome://webhi/content/images/olive.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('olive')"/>
  32.                     <image src="chrome://webhi/content/images/red.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('red')"/>
  33.                     <image src="chrome://webhi/content/images/silver.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('silver')"/>
  34.                     <image src="chrome://webhi/content/images/teal.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('teal')"/>
  35.                     <image src="chrome://webhi/content/images/white.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('white')"/>
  36.                     <image src="chrome://webhi/content/images/black.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('black')"/>
  37.                     <image src="chrome://webhi/content/images/yellow.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('yellow')"/>
  38.                     <menuseparator/>
  39.                     <image src="chrome://webhi/content/images/FFFFC0.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('#FFFFC0')"/>
  40.                     <image src="chrome://webhi/content/images/noMarker.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('noMarker')"/>
  41.             </panel>
  42.         </statusbarpanel>
  43.         <statusbarpanel tooltiptext="Undo last highlight" class="statusbarpanel-iconic" id="be.yooper.undo" src="chrome://webhi/content/images/undo.png" oncommand="be.yooper.currentUser.undo()">
  44.         </statusbarpanel>
  45.         <statusbarpanel tooltiptext="Memory helper" class="statusbarpanel-menu-iconic" id="be.yooper.brain" src="chrome://webhi/content/images/brain.png">
  46.             <menupopup >
  47.                     <menuitem label="&menu.summary;" oncommand="be.yooper.currentUser.showSummary()"/>
  48.                     <menuitem label="&menu.hide;" oncommand="be.yooper.currentUser.hideHighlights()"/>
  49.                     <menuitem label="&menu.remove;" oncommand="be.yooper.currentUser.removeHighlights()"/>
  50.                     <menuseparator/>
  51.                     <menuitem label="&menu.search;" oncommand="gBrowser.selectedTab = gBrowser.addTab('http://login.yooper.be/search');"/>
  52.             </menupopup>
  53.         </statusbarpanel>
  54.         <statusbarpanel tooltiptext="Share highlights" class="statusbarpanel-menu-iconic" id="be.yooper.share" src="chrome://webhi/content/images/share.png" >
  55.             <menupopup >
  56.                     <menuitem label="&menu.mail;" oncommand="be.yooper.currentUser.copyAndMail()"/>
  57.                     <menuitem label="&menu.copy;" oncommand="be.yooper.currentUser.copy()"/>
  58.             </menupopup>
  59.         </statusbarpanel>
  60.     </statusbar>
  61.     
  62.     <menupopup id="contentAreaContextMenu">
  63.         <menuitem id="context.highlight" label="&context.highlight;" class="menuitem-iconic" image="chrome://webhi/content/images/favicon.gif" accesskey="h" oncommand="be.yooper.myPage.contextHighlight()"/>
  64.         <menuitem id="context.deHighlight" label="&context.deHighlight;" oncommand="be.yooper.myPage.contextDehighlight()"/>
  65.     </menupopup>
  66.  
  67.     <script src="classes.js"/>
  68.        
  69. </overlay> 
  70.